Skip to content

Conversation

milmazz
Copy link
Member

@milmazz milmazz commented May 27, 2017

I'm trying to add an AppVeyor CI configuration but when it's trying to compile idna takes too long and it seems to never end. Any ideas on how to solve this issue are more than welcome.

https://ci.appveyor.com/project/milmazz/ex-doc


install:
- ps: Start-FileDownload "https://github.com/elixir-lang/elixir/releases/download/v1.4.2/Precompiled.zip"
- 7z x -oelixir Precompiled.zip
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If I try to do cinst elixir --version 1.4.2 and then refreshenv it takes too long when downloading the Erlang package dependency, that's why I'm doing this, please keep in mind that AppVeyor already includes Erlang.

If you have any idea on how to improve this process please let me know.

@josevalim
Copy link
Member

Looks good to me!

@milmazz
Copy link
Member Author

milmazz commented Jul 25, 2017

Closing this for now. If someone wants to finish this PR please feel free to fork this work.

@milmazz milmazz closed this Jul 25, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants